ci: clean up image
authorFelix Krull <f_krull@gmx.de>
Tue, 27 Aug 2019 23:00:12 +0000 (01:00 +0200)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:54 +0000 (12:53 -0400)
rust-bindings/rust/.gitlab-ci.yml

index b2be5226d2872d3785fcd60c0f4ccfb544d7122b..3e193188f7ca8769785f2478f8b1ad0f53700307 100644 (file)
@@ -1,4 +1,4 @@
-image: rust:latest
+image: rust:1-buster
 
 variables:
   SCCACHE_URL: https://github.com/mozilla/sccache/releases/download/0.2.8/sccache-0.2.8-x86_64-unknown-linux-musl.tar.gz
@@ -8,9 +8,9 @@ variables:
   RUSTC_WRAPPER: sccache
 
 before_script:
-- echo deb http://ftp.debian.org/debian stretch-backports main > /etc/apt/sources.list.d/backports.list
+# TODO: use libostree from unstable
 - apt-get update
-- apt-get install -y -t stretch-backports cmake libostree-dev
+- apt-get install -y libostree-dev
 - wget -O - ${SCCACHE_URL} | tar -C /usr/bin/ -xz --wildcards --strip-components=1 '*/sccache'
 
 cache: